const google.golang.org/grpc/internal/transport.closing

10 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L816: 			if t.state == closing {
		http2_client.go#L1017: 	if t.state == closing {
		http2_client.go#L1029: 	t.state = closing
		http2_client.go#L1091: 	if t.state == draining || t.state == closing {
		http2_client.go#L1363: 	if t.state == closing {
		http2_client.go#L1799: 			if t.state == closing {
		http2_server.go#L1283: 	if t.state == closing {
		http2_server.go#L1290: 	t.state = closing
		http2_server.go#L1389: 	if t.state == closing { // TODO(mmukhi): This seems unnecessary.
		transport.go#L493: 	closing